home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/obstack.cc Sun Dec 18 20:19:16 1994
- --- src/libgplus.262/libgplus/src/obstack.cc Sun Dec 18 20:20:24 1994
- ***************
- *** 20,26 ****
- --- 20,31 ----
- #endif
- #include <limits.h>
- #include <builtin.h>
- + #ifndef __MSDOS__
- #include <Obstack.h>
- + #else
- + #pragma implementation "_Obstack.h"
- + #include <_Obstack.h>
- + #endif
-
- /* We use subtraction of (char *)0 instead of casting to int
- because on word-addressable machines a simple cast to int
-